@font-face {
    font-family: "Din Regular";
    src: url("../fonts/din regular.woff2") format("woff2"),url("../fonts/din regular.woff") format("woff"),url("../fonts/din regular.ttf") format("truetype"),url("../fonts/din regular.eot") format("embedded-opentype"),url("../fonts/din regular.svg") format("svg");
}

@font-face {
    font-family: "din-medium_0";
    src: url("../fonts/din-medium_0.woff2") format("woff2"),url("../fonts/din-medium_0.woff") format("woff"),url("../fonts/din-medium_0.ttf") format("truetype"),url("../fonts/din-medium_0.eot") format("embedded-opentype"),url("../fonts/din-medium_0.svg") format("svg");
}

@font-face {
    font-family: "dinb";
    src: url("../fonts/dinb.woff2") format("woff2"),url("../fonts/dinb.woff") format("woff"),url("../fonts/dinb.ttf") format("truetype"),url("../fonts/dinb.eot") format("embedded-opentype"),url("../fonts/dinb.svg") format("svg");
}

@font-face {
    font-family: "PINGFANG BOLD_1";
    src: url("../fonts/pingfang bold_1.woff2") format("woff2"),url("../fonts/pingfang bold_1.woff") format("woff"),url("../fonts/pingfang bold_1.ttf") format("truetype"),url("../fonts/pingfang bold_1.eot") format("embedded-opentype"),url("../fonts/pingfang bold_1.svg") format("svg");
}

.insec5 .link {
    display: block;
    width: 200px;
    border: 1px solid rgba(255,255,255,0.5);
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.insec5 .link .t {
    width: 4.5rem;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.5);
}

.insec5 .link i {
    width: 1rem;
    height: 1rem;
    position: relative;
}

.insec5 .link i:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    background: url("../images/san-r.png") no-repeat center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.insec5 .link:hover {
    background: #fff;
    color: #0b3797;
}

.insec5 .link:hover .t {
    border-right: 1px solid rgba(11,55,15,0.15);
}

.insec5 .link:hover i:before {
    background: url("../images/san-rb.png") no-repeat center center;
}

.insec5 {
}

.insec5 .le {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.5rem 1rem 0;
    color: #fff;
    z-index: 10;
    transition: all 0.6s ease-in-out 0s;
    transform: translateY(10%);
    /* opacity:0; */
}

.insec5.on .le {
    transform: translateY(0%);
    opacity: 1;
}

.insec5 .le .link {
    z-index: 30;
    position: relative;
    margin-top: 20px;
}

.insec5 .le .num-n {
    font-size: 42px;
}

.insec5 .le-num {
    font-size: 30px;
    margin-bottom: 30px;
}

.insec5 .con-t {
    margin-top: 20px;
}

.insec5 .ico img {
    max-width: 0.5rem;
}

.insec5 .le h1 {
    font-size: 30px;
    margin-bottom: 0.2rem;
}

.insec5 .le p {
    font-size: 16px;
    line-height: 26px;
}

.insec5 .ri {
    margin-top: 1.5rem;
    width: 50%;
    height: 100%;
    z-index: 10;
    padding-top: 0.3rem;
    transition: all 0.6s ease-in-out 0.6s;
    transform: translateY(10%);
    float: right;
    /* opacity:0; */
    /* background: #Fff; */
}

.insec5.on .ri {
    transform: translateY(0%);
    opacity: 1;
}

.insec5 .ri .con-t {
    color: #333;
    text-align: center;
}

.insec5 .ri .con-t h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.insec5 .ri .con-t p {
    font-size: 22px;
    color: #fff;
    line-height: 36px;
}

.insec5 .ri .swiper5-box {
    width: 500px;
    height: 375px;
    margin: 0.5rem auto 0;
    box-sizing: border-box;
    padding: 5px;
    border: 3px solid #ededed;
    border-radius: 10px;
}

.insec5 .ri .swiper5-box .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.insec5 .ri .swiper5-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insec5 .ri .swiper-container5 {
    position: static;
    width: 100%;
    height: 100%;
}

.insec5 .ri .swiper5-box .line {
    /* width:100%; */
    /* height:100%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    transition: .5s ease-in-out;
}

.insec5 .ri .swiper5-box .line.cur {
    animation: rotate 0.5s both linear 0.2s;
}

.insec5 .ri .swiper-button-next {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url('../images/swiper-r2.png')no-repeat center center;
    background-size: contain;
    right: 100px;
}

.insec5 .ri .swiper-button-next:hover {
    background: url('../images/swiper-r2a.png')no-repeat center center;
    background-size: contain;
}

.insec5 .ri .swiper-button-prev {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url('../images/swiper-l2.png')no-repeat center center;
    background-size: contain;
    left: 100px;
}

.insec5 .ri .swiper-button-prev:hover {
    background: url('../images/swiper-l2a.png')no-repeat center center;
    background-size: contain;
}

.insec5 .ri .ico {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.insec5 .swiper10-box {
    width: 7.5rem;
    color: #fff !important;
    margin: 50px auto 0;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.insec5 .swiper10-box a {
    font-size: 20px;
    color: #fff;
}

.insec5 .swiper10-box .swiper-wrapper {
    align-items: center;
}

.insec5 .swiper10-box .swiper-slide-active {
    color: #666;
    font-size: 0.65rem;
}

#wave1 {
    /* height: 8rem!important; */
    left: 0;
    bottom: 0;
    position: absolute;
}

@media (max-width: 768px) {
.insec5 .le{
    width: 100%;
    padding: 50px 10px;
}
.insec5 .le h1{font-size: 22px;margin-bottom: 0.1rem;}
    .insec5 .le-num{font-size:20px;margin-bottom:10px;}
    .ico{display:none;}
    .insec5 .con-t{margin-top:0px;}
    .insec5 .le p{font-size: 14px;line-height: 22px;}
    .insec5 .link{width: 126px;line-height: 42px;height: 42px;}
    .insec5 .ri{width:100%;margin-top: 0;padding-top: 0;}
.insec5 .ri .swiper5-box .img{
    width: 100%;
}
    .insec5 .ri .por{
    height: 300px;
    width: 95%;
    margin: 0rem auto 0;
}
    .insec5 .le .num-n{font-size:24px;}
    .insec5 .ri .swiper-button-next{
    right: 0px;
}
    .insec5 .ri .swiper-button-prev{left: 0;}
}